-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DEPR: Remove *args and **kwargs on resample methods #51042
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
kostyafarber
commented
Jan 28, 2023
- closes DEPR: *args, **kwargs on resample methods #50977 (Replace xxxx with the GitHub issue number)
- All code checks passed.
We want to issue a deprecation warning first before removing them |
Sorry misunderstood. Do we want something like the warnings that were removed in this #50338? |
Yep the FutureWarning that was removed there |
Do I have to add tests for the warnings? |
Yep, something with tm.assert_produces_warning |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think something went wrong during merging
What exactly? |
|
Your diff in v2.0.0 is huge, that is odd |
Hmm it is. I may of accidentally deleted something and added it back. If I'm not getting any merge conflicts on my end then it should be okay I guess. |
No not really, you have to revert the unnecessary changes |
Okay will look into it. |
4e72be1
to
7e089aa
Compare
@phofl latest commit looks okay to me (i.e one before the merge) |
diff is still showing 1k lines, e.g. https://github.com/pandas-dev/pandas/pull/51042/files |
ebf8440
to
94e3ce2
Compare
@phofl done (I hope) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small comments
9664c48
to
b822376
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small comment, otherwise ready
thx @kostyafarber |